home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / libraries / splib43u.lha / superplay-lib_USR / SuperPlay / SuperPlay.doc < prev    next >
Encoding:
Text File  |  1994-12-14  |  3.0 KB  |  116 lines

  1.  
  2.   SuperPlay V4.1
  3.  
  4.   © 1994 by Andreas R. Kleinert.
  5.  
  6.   FREEWARE. All rights reserved.
  7.  
  8.   Version      : 4.1
  9.   Release Date : 02.12.1994
  10.  
  11.  
  12.   Description
  13.   ~~~~~~~~~~~
  14.   SuperPlay is an Example of a full-feature Player-Programm which uses
  15.   the superplay.library.
  16.  
  17.   Feel free to use it for your own purposes.
  18.   Distribution is allowed without any restrictions.
  19.   Use the SourceCode as an Example for own Player Programs.
  20.  
  21.  
  22.   Author
  23.   ~~~~~~
  24.    Andreas R. Kleinert,
  25.    Grube Hohe Grethe 23,
  26.    D-57074 Siegen,
  27.    Germany.
  28.  
  29.    Phone:  +49-271-331859 (weekdays after 18.00h)
  30.            +49-271-332147 (weekdays after 18.00h)
  31.    EMail:  Fido             Andreas Kleinert 2:2457/435.10
  32.            Usenet/InterNet  Andreas_Kleinert@superview.ftn.sub.org
  33.  
  34.            If nothing else works, try one of these Fido-InterNet gateways:
  35.  
  36.            Andreas_Kleinert@p10.f435.n2457.z2.fido.sub.org (Germany)
  37.            Andreas_Kleinert@p10.f435.n2457.z2.fidonet.org  (US)
  38.  
  39.  
  40.   History :
  41.   ~~~~~~~~~
  42.   V4.1 (02.12.1994) :
  43.  
  44.    - slightly changed GUI
  45.    - Fido Email Address changed !
  46.  
  47.  
  48.   V3.2 (25.07.1994) :
  49.  
  50.    - LED-Button did not work (switching was reversed, so that
  51.      OFF resulted in OFF and ON in ON). Fixed.
  52.  
  53.  
  54.   V3.1 (21.07.1994) :
  55.  
  56.    - bumped version to V3.1 :-)
  57.    - increased required superplay.library version to 3,
  58.      to make sure, that the new features are really available ...
  59.    - replaced Alloc/FreeVec call in SP_Printf() with Alloc/FreeMem call,
  60.      because invoking SuperPlay with "?" in an OS 1.3 CLI/Shell would
  61.      crash the program (OS version is checked _after_ this point).
  62.    - now only SAMPLE SPObjects are available for conversion anymore.
  63.      This may change again, if there'll be more types than SAMPLEs
  64.      and MODULEs in the future (e.g. MIDI sequences or so), but so far
  65.      it seems no longer useful to show MODULE-SPObjects in the ListView.
  66.  
  67.  
  68.   V1.6 (02.07.1994) :
  69.  
  70.    - re-designed GUI : - now font-sensitive
  71.                        - opens on Public Screen
  72.                        - ListView for SPObjects instead of Cycle
  73.                          (underscore "O" still works)
  74.  
  75.  
  76.   V1.5 (08.05.1994) :
  77.  
  78.    - use of SAS/C V6.51
  79.    - removed "anchor window" for the FileRequester
  80.    - replaced SAS/C's (s)printf()-routine with own, RawDoFmt()-based one.
  81.      This saves about 3000 Bytes.
  82.    - again : fixed version string
  83.    - added Gadget for toggling the LED/AudioFilter.
  84.      Most of the time it may be useless, and its to big anyway, but ...
  85.    - and more
  86.  
  87.  
  88.   V1.3 (30.03.1994) :
  89.  
  90.    - Cycle-Gadget now reacts to "O" Underscore
  91.    - changed Compiler Options slightly (Optimizer activated,
  92.      no longer CODE=FAR, and more)
  93.    - changed way of version counting
  94.    - fixed version string
  95.    - and more
  96.  
  97.  
  98.   V1.01 (20.02.1994) :
  99.  
  100.    - use of SAS/C V6.5 (full recompilation)
  101.    - fixed bug with double-used underscore in GUI
  102.    - fixed bug in memory delocation (was not freed)
  103.  
  104.  
  105.   V1.00 (16.01.1994) :
  106.  
  107.    - first version
  108.  
  109.  
  110.   Copyrights
  111.   ~~~~~~~~~~
  112.   Some of the mentioned names or products above may be copyrighted by
  113.   companies or trademarks of companies.
  114.  
  115.  
  116.